From a91fc65291bf868b1312e557a3d19da9174f9b06 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Apr 2016 00:06:12 -0400 Subject: [PATCH] label css style test: fix font syntax --- testsuite/css/style/label.css | 2 +- testsuite/css/style/label.nodes | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/testsuite/css/style/label.css b/testsuite/css/style/label.css index 7549e882c8..23ce97904e 100644 --- a/testsuite/css/style/label.css +++ b/testsuite/css/style/label.css @@ -1,4 +1,4 @@ box { - font: "Comic Sans"; + font-family: "Comic Sans"; font-size: 10px; } diff --git a/testsuite/css/style/label.nodes b/testsuite/css/style/label.nodes index 0d91211b40..eea11829e3 100644 --- a/testsuite/css/style/label.nodes +++ b/testsuite/css/style/label.nodes @@ -2,10 +2,6 @@ decoration:dir(ltr) box.horizontal:dir(ltr) font-size: 10px; /* label.css:3:17 */ - font-family: "\"Comic Sans\""; /* label.css:2:20 */ - font-style: normal; /* label.css:2:20 */ - font-variant: normal; /* label.css:2:20 */ - font-weight: normal; /* label.css:2:20 */ - font-stretch: normal; /* label.css:2:20 */ + font-family: "Comic Sans"; /* label.css:2:27 */ label:dir(ltr) -- 2.30.2